Header Constructor (String) |
Initializes a new instance of the
Header class from the specified string.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Header(
string header
)
Public Sub New (
header As String
)
Parameters
- header
- Type: SystemString
A string represents header field.
See Also